arm: mvebu: Simplify code in setup_usb_phys() a bit
authorStefan Roese <[email protected]>
Fri, 4 Dec 2015 12:08:34 +0000 (13:08 +0100)
committerStefan Roese <[email protected]>
Thu, 14 Jan 2016 13:08:59 +0000 (14:08 +0100)
commitab8a4c6afa0e57f2ef0ad4c7069e16d82c35fc87
tree8ffc7f078f43765d5c3c819d623e30b27a7eeda9
parentc86d53fd88df8e538191f7107c3009e17fc590e1
arm: mvebu: Simplify code in setup_usb_phys() a bit

Use the clrbits() / setbits() functions instead of clrsetbits() when
bit are only cleared or set.

Signed-off-by: Stefan Roese <[email protected]>
Cc: Luka Perkov <[email protected]>
arch/arm/mach-mvebu/cpu.c